.product {
  background-color: #f2f2f2;
}
.product .product_hot {
  padding: 120px 0;
}
.product .product_hot .subtitle {
  color: #898989;
  font-size: 18px;
  text-align: center;
  margin-top: -20px;
  padding-bottom: 40px;
}
.product .product_hot .hot_list {
  color: #261F1E;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.product .product_hot .hot_list .hot_item {
  padding: 40px;
  background-color: white;
}
.product .product_hot .hot_list .hot_item .item_log {
  width: 50px;
  height: 50px;
}
.product .product_hot .hot_list .hot_item .item_title {
  margin-top: 40px;
  font-size: 20px;
}
.product .product_hot .hot_list .hot_item .item_describe {
  color: #898989;
  font-size: 14px;
  height: 44px;
  margin-bottom: 36px;
  margin-top: 10px;
}
.product .product_realize {
  color: white;
  position: relative;
}
.product .product_realize .realize_bac {
  width: 100%;
  aspect-ratio: 5/1;
}
.product .product_realize .realize_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product .product_date .sidebar .sidebar_item {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 50px;
}
.product .product_date .sidebar .sidebar_item img {
  width: 50px;
  height: 50px;
}
